Skip to main content

FlowContinue

Represents the FlowContinue class for handling workflow continuation logic.

Properties

NameDescription
KeyA unique identifier for the workflow step.
WorkflowCodeInstanceThe workflow code instance associated with the flow object.
CachedDMObjectsThe cached document management objects related to the flow object.
EventIdGets the event ID that triggers the continuation of the workflow.
TypeCodeThe type code associated with the flow object.
NameName for the workflow step.
ObjectNameGets the object name associated with the workflow process.
CaptionThe caption dictionary representing localized captions for the flow object.
ProcessIdGets the process ID required to continue the workflow.

Constructors

NameDescription
FlowContinue(name, workflowData, workflowCodeInstance)Constructor for the FlowContinue class. Initializes a new instance of the FlowContinue class.
FlowContinue(name, workflowData, workflowCodeInstance)Initializes a new instance of the FlowContinue class.

Methods

NameDescription
GetProcessId()Retrieves the process ID for workflow continuation.
GetObjectName()Retrieves the object name for the workflow process.
SetObjectName(objectName)Sets the object name for the workflow process.
GetEventId()Retrieves the event ID for workflow continuation.
SetDefault()Resets the process ID, object name, and event ID to their default values.
Initialize()Initializes the FlowContinue object.
SetEventId(eventId)Sets the event ID for the workflow continuation.
SetProcessId(processId)Sets the process ID for the workflow continuation.
Execute(workflowUserContext, projectName, flowName)Executes the workflow continuation process.

Events

NameDescription
OnBeforeExecution(sender, args)Occurs before the execution of the workflow step.
OnAfterExecution(sender, args)Occurs after the execution of the workflow step.

Generic Types

NameDescription
TPropertiesGeneric type of properties.